|
|
|
|
Picture Property, ScrollingClass Class |
Defines the scroll button image.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property Picture As Bitmap |
C# |
public Bitmap Picture { get; set; } |
C++ |
public: property Bitmap^ Picture { |
Property Value
The image of the scroll button graphic.
The default value is null/Nothing.
Comments
The Picture property defines the scroll button image.
The Picture property has been replaced by the equivalent Image property.